home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00003Series_2_3MTG7.PIC.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  585 b   |  24 lines

  1. on mouseUp
  2.   put "MTG7: 2-1/2" & QUOTE & " long x 3/4" & QUOTE & " dia." into field "mainmounting"
  3.   puppetSound("sndforward")
  4.   puppetTransition(47, 1, 8)
  5.   set the puppet of sprite 10 to 0
  6.   if field "tblcaste,BRK_OP" contains "BRK1" then
  7.     if field "tblwheel,TG_OP" contains "TG1" then
  8.       play frame "3optiona"
  9.       abort()
  10.     else
  11.       play frame "3optionb"
  12.       abort()
  13.     end if
  14.   end if
  15.   if field "tblwheel,TG_OP" contains "TG1" then
  16.     set the puppet of sprite 10 to 0
  17.     play frame "3optionc"
  18.     abort()
  19.   else
  20.     play frame "3optiond"
  21.     abort()
  22.   end if
  23. end
  24.